Use CL-style keyword arguments for `gnutls-negotiate' and allow :keylist and :crlfile...
authorTed Zlatanov <tzz@lifelogs.com>
Wed, 4 May 2011 01:44:58 +0000 (20:44 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Wed, 4 May 2011 01:44:58 +0000 (20:44 -0500)
commit48c5213722d4630676a0b2af83d90657c3bacabe
tree4be409aa77d98a1d4ba43880a98987947574c708
parentff0f9015748124aee46c7f730b1c5e22fd29bf0b
Use CL-style keyword arguments for `gnutls-negotiate' and allow :keylist and :crlfiles arguments.

* lisp/net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
instead of positional arguments.  Allow :keylist and :crlfiles
arguments.
(open-gnutls-stream): Call it.

* lisp/net/network-stream.el (network-stream-open-starttls): Adjust to
call `gnutls-negotiate' with :process and :hostname arguments.
lisp/ChangeLog
lisp/net/gnutls.el
lisp/net/network-stream.el